Update Xen version for 3.4.0-rc2-pre
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 10 Apr 2009 05:58:04 +0000 (06:58 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 10 Apr 2009 05:58:04 +0000 (06:58 +0100)
Config.mk
xen/Makefile

index b5d4f060611955d0a5b4ff93f73b43467f53316c..c1aa25ccd2866ba58e88c23caf2b2d48c9476a15 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -112,7 +112,6 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles
 # the internet.  The original download URL is preserved as a comment
 # near the place in the Xen Makefiles where the file is used.
 
-QEMU_TAG=xen-3.4.0-rc1
 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
 
 # Specify which qemu-dm to use. This may be `ioemu' to use the old
index 184dbc518e9abc6d6ff982f12d9c4b77156900d5..da3811dcb0a1d4f2cad53fedf53319fcfc910070 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 4
-export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc2-pre$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version